home *** CD-ROM | disk | FTP | other *** search
- Path: news.ichange.com!newsmaster
- From: Jesse Liberty <jl@staff.ichange.com>
- Newsgroups: comp.lang.c++
- Subject: Re: Binary Search Tree
- Date: Wed, 13 Mar 1996 07:26:28 -0500
- Organization: AT&T
- Message-ID: <3146BEF4.4D56@staff.ichange.com>
- References: <3145EBBB.7E35@cs.strath.ac.uk>
- NNTP-Posting-Host: 140.244.99.60
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0 (Win95; I)
- CC: jl@staff.ichange.com
-
- mfirth wrote:
- >
- > Does anyone know where I can find a decent implementation of
- > a Binary Search Tree (preferably documented)?
- >
- > Please post URL (web or FTP) to the group.
-
- Not sure if this helps, but I spend a couple hundred pages on this and
- related issues in my book "Teach Yourself MORE C++ In 21 Days." I cover
- Binary trees, AVL trees, B-trees and persistance among other topics. I
- also cover sorting (bubble, selection, insertion, quick sort, and so
- forth) as well as hashing and a host of other advanced topics.
-